Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asyncIterator #133

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Modeeeeeee
Copy link

Added support for asyncIterator. Per docs (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) it supports both sync and async iterators so this PR includes

  • for await addition (harFromMessages is now async)
  • added a function processMessage
  • added a dummy test which has an asyncIterator

@soulgalore
Copy link
Member

Looks ok, so I'm thinking maybe having two different functions, but I can fix that. I'm doing a big refactoring that I want to happen first, but I can cherry pick your change if it's ok for you. Probably can merge/release Sunday.

@Modeeeeeee
Copy link
Author

@soulgalore Sounds great !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants